Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

voters fix for able poke properly #39

Merged
merged 4 commits into from
Jul 24, 2023
Merged

voters fix for able poke properly #39

merged 4 commits into from
Jul 24, 2023

Conversation

belbix
Copy link
Member

@belbix belbix commented Jul 22, 2023

No description provided.

@codecov
Copy link

codecov bot commented Jul 22, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.08 ⚠️

Comparison is base (bd826e2) 99.32% compared to head (8a6bd8c) 99.25%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   99.32%   99.25%   -0.08%     
==========================================
  Files          31       31              
  Lines        2816     2814       -2     
  Branches      580      580              
==========================================
- Hits         2797     2793       -4     
- Misses         17       19       +2     
  Partials        2        2              
Impacted Files Coverage Δ
contracts/infrastructure/PlatformVoter.sol 100.00% <100.00%> (ø)
contracts/ve/TetuVoter.sol 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -113,7 +113,7 @@ contract PlatformVoter is ControllableV3, IPlatformVoter {
Vote[] memory _votes = votes[tokenId];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are no restrictions to call poke. Probably it worth to make a comment why the restrictions are not required.

@belbix belbix merged commit 482e535 into master Jul 24, 2023
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants